home *** CD-ROM | disk | FTP | other *** search
/ ClipArt Heaven 2 / ClipArt Heaven 2.iso / utility / screem / bdemo.bat < prev    next >
DOS Batch File  |  1993-03-30  |  504b  |  34 lines

  1. @ECHO OFF
  2. showit welcom.scr
  3. Batchmen 30, 10, Quicken New_Print_Shop Print_Shop_Comp MS_Works /R
  4.  
  5. IF ErrorLevel 4 GOTO :WORKS
  6. IF ErrorLevel 3 goto :NPSC
  7. IF ErrorLevel 2 GOTO :NPS
  8. IF ErrorLevel 1 GOTO :Q60
  9. GOTO :END
  10.  
  11. :WORKS
  12. cls
  13. ECHO goto WORKS.bat
  14. GOTO :END
  15.  
  16. :Q60
  17. cls
  18. ECHO  goto Q.bat
  19. GOTO :END
  20.  
  21. :NPS
  22. cls
  23. echo goto PS.bat
  24. GOTO :END
  25.  
  26. :NPSC
  27. cls
  28. echo PSC.BAT
  29. GOTO :END
  30.  
  31. :END
  32. echo BDEMO Complete... Put your own programs/Batch files in place
  33. echo of those listed in this demo.
  34.